@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #1C5BA7;
}
.c {
  color: #1C5BA7;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: #1C5BA7;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.phoneimg{
    display: none;
}
.foot-fot {
  background: #2D3333;
}

.sum .table tr:nth-child(1){
    background:rgba(28, 92, 165, 0.07);
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #1C5BA7;
}
.search_more:hover::before {
  background: #1C5BA7;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 13rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: auto;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
header .center > ul > li:last-child .er_ul_pro.qita {
  right: 0rem;
  left: auto;
}
header .center > ul > li:nth-last-child(2) .er_ul_pro.qita,
header .center > ul > li:nth-last-child(3) .er_ul_pro.qita {
  right: -10rem;
  left: auto;
}
.er_ul_pro {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: auto;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 1rem 0 3rem;
}
.er_ul_pro.qita {
  width: 45rem;
  left: -10rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.er_ul_pro.qita .l {
  width: 50%;
  padding-right: 2.5rem;
}
.er_ul_pro.qita .r {
  width: 50%;
}
.er_ul_pro.qita ul li {
  width: 100%;
}
.er_ul_pro.qita ul li:nth-child(2) a {
  border-top: none;
}
.er_ul_pro.qita .right .over {
  padding: 0;
}
.er_ul_pro.qita .right .over img {
  height: 15.5rem;
  object-fit: cover;
}
.er_ul_pro .right .over {
  background: #f5f5f5;
  border-radius: 0.625rem;
  padding: 2rem;
  display: none;
}
.er_ul_pro .right .over.active {
  display: block;
}
.er_ul_pro ul {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.er_ul_pro ul li {
  width: 50%;
  padding: 0 1rem;
  line-height: 4rem;
}
.er_ul_pro ul li:hover a {
  color: #1C5BA7;
}
.er_ul_pro ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_pro ul li:nth-child(-n+2) a {
  border-top: 1px solid #ddd;
}
.er_ul_pro ul li a {
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
  font-size: 1.125rem;
  padding: 1rem 0;
  line-height: 2;
}
.er_ul_pro ul li a .futiti{
    font-size: .875rem;
}
.er_ul_pro ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #1C5BA7;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .center > ul > li:hover .er_ul_pro {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
  .phoneimg{
    display: block;
}
.pcimg{
    display: none;
}
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #1C5BA7;
}
.searchbox {
  border-color: #1C5BA7;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #1C5BA7;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #1C5BA7;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #1C5BA7;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1C5BA7;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
.list_about_fw .row{
    margin-top: 3rem;
}
.list_about_fw .col-md-3{
    font-size: 1.25rem;
    /*text-align: center;*/
    margin-bottom: 3rem;
    display: flex;
}

.list_about_fw .col-md-3 span{
    background: #0b4d9c;
    color: #fff;
        padding: 0 .3rem;
    height: 2.285rem;
    line-height: 2.285rem;
    margin-right: .5rem;
}


/* 修改2025/7/2 */
.cp-sore-list{
  /*margin-top: 2rem;*/
  padding-bottom: 1.5rem;
  width: 25%;
  padding-right: 5rem;
}
.cp-sore-list .bt{
    background: #1C5BA7;
    color: #fff;
    line-height: 3;
    font-size: 1.375rem;
    padding: 0 1rem;
    
}


.cp-sore-list li:nth-child(2) .sec{
    display: block;
}
.cplist .ul{
        width: 75%;
}
.cp-sore-list li{
  position: relative;
}
.cp-sore-list li.active>div>a{
   color: #16307e !important;
}
.cp-sore-list li .as1a>a{
  display: block;
  border-bottom: 1px solid #ddd;
  font-size: 1.125REM;
  line-height: 2;
  padding: 0.5em 1rem;
}
.cp-sore-list li .aniut{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.cp-sore-list li .aniut i{
  color: #333;
  font-size: 1.125rem;
  line-height: 2.5em;
  font-weight: 400;
}
.cp-sore-list li .sec{
  padding-top: 2px;
  display: none;
}
.cp-sore-list li .sec .as1b a{
  display: block;
  color: #848484;
  font-size: 1rem;
  line-height: 2;
  padding: 0.5em 1rem;
  position: relative;
      background: #ececec;
    border-bottom: 1px solid #fff;
    text-indent: 1rem;
}
.cp-sore-list li .sec .as1b a:hover{
    color: #1C5BA7;
}
.cp-sore-list li .as2a>li .aniut i{
  color: #000000;
  font-size: 1.125REM;
  line-height: 1.9em;
}
.cp-sore-list li .sec .as1b a::before{
  content: "·";
  margin-right: 0.3rem;
}
.cp-sore-list li .as2b{
  padding-top: 2px;
  margin-left: 1em;
}
.cp-sore-list li .as2b a{
  display: block;
  color: #848484;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0.5em 0;
  position: relative;
}
.cp-sore-list li .as2b a::before{
  content: "·";
}

/*合作客户*/
.list_kehu .kehu_main{
    margin-top: 3.75rem;
    display: flex;
}
.list_kehu .kehu_main .kh_tb{
    width: 75%;
}
.list_kehu .kehu_main .kh_tb .col-md-2{
    margin-bottom: 2rem;
}
.list_kehu .kh_tb .miaodian{
        margin-top: -8rem;
    padding-top: 8rem;
}
.list_kehu .kehu_main .kh_tb .col-md-2 div{
        border: 1px solid #D9D9D9;
 padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.625rem;
}
.list_kehu .kehu_main .kh_tb .col-md-2 div img{
    max-width: 100%;
}
/*.list_kehu .kehu_main .part{*/
/*    margin-bottom: 3rem;*/
/*}*/
.list_kehu .kehu_main .part .title{
    margin-bottom: 2rem;
    font-size: 1.875rem;
    color: #333;
    display: none;
}




@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #1C5BA7;
}
.rightfix li:hover .iconfont {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: 6.25rem;
}
.show_header header {
  animation: none !important;
}
header:hover,
header.active,
.show_header header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .logo img,
header.active .logo img,
.show_header header .logo img {
  filter: brightness(1) invert(0);
}
header:hover .center > ul > li > a,
header.active .center > ul > li > a,
.show_header header .center > ul > li > a,
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
.show_header header .ds1 .iconfont {
  color: #444444;
}
header:hover .lanuage .c,
header.active .lanuage .c,
.show_header header .lanuage .c {
  color: #1C5BA7;
}
header:hover .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
.show_header header .center > ul > li:hover > a,
header:hover .center > ul > li.active > a,
header.active .center > ul > li.active > a,
.show_header header .center > ul > li.active > a {
  color: #1C5BA7;
}
header:hover .center > ul > li > a::before,
header.active .center > ul > li > a::before,
.show_header header .center > ul > li > a::before {
  background: #1C5BA7;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
  .cp-sore-list{
      display: none;
  }
  .cplist .ul{
      width: 100%;
    padding-left: 30px;
  }
  .list_kehu .kehu_main .part .title{
      display: block;
  }
}
header > .container {
  padding: 0 6.25rem;
}
header .more {
  border: 1px solid #fff;
  color: #fff;
  line-height: 2.5rem;
}
header .logo img {
  height: 2.625rem;
  filter: brightness(0) invert(1);
}
header .logo img:nth-child(2) {
  height: 2.625rem;
  margin-left: 1.25rem;
}
header .ds1 {
  margin: 0 0 0 2.5rem;
}
header .ds1 .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  color: var(--color);
}
header .lanuage {
  margin-right: 3.125rem;
  color: var(--color);
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  font-weight: 600;
}
header .center > ul > li {
  float: left;
  padding: 0 1.375rem;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.5rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .sign_img img {
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
.nyban .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
  margin: 0.625rem 0;
}
.nyban .en_name {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.bread {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.bread img {
  height: 1rem;
  margin-right: 0.625rem;
  filter: brightness(0) invert(1);
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.375rem;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #1C5BA7;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #000000;
}
.show_pro_three .part{
    margin-top: 3rem;
}
.show_pro_three .part .row{
    margin-top: 2rem;
}
.show_pro_three .part p{
    line-height: 2;
    margin-top: .5rem;
    
}
.show_pro_three .bj{
    right: 5%;
    z-index: 0;
    width: 40%;
    
}


.subtitle {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1C5BA7;
  margin-bottom: 1rem;
}
.subtitle.cf {
  color: #fff;
}
.subtitle.cf div::before {
  filter: brightness(0) invert(1);
}
.subtitle div {
  display: inline-block;
  position: relative;
  padding-right: 1.375rem;
}
.subtitle div::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.1875rem;
  background: #1C5BA7;
  background: url(../img/sign.svg) no-repeat;
}

.list_hzsq .left .fufifi{
    font-size: 1.25rem;
    padding-top: .5rem;
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.z9 {
  z-index: 9;
  position: relative;
}
.font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}
.banner {
  /* 定义从 100% 移动到 0 的动画 */
  /* 当应用此类时，元素会从顶部进入 */
  /* 当应用此类时，元素会从底部进入 */
}
.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 9;
}
.banner .hover2 p {
  font-size: 1rem;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  margin-top: 0.9375rem;
  cursor: pointer;
}
.banner .swiper_pag1 {
  position: static;
}
.banner .swiper_pag1 .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  opacity: 1;
  border-radius: 50%;
  display: block;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto 0.375rem;
}
.banner .swiper_pag1 .swiper-pagination-bullet-active {
  height: 2rem;
  border-radius: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  left: -3rem;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFFFFF;
      font-size: 3.625rem;
    line-height: 1.375;
    font-weight: 700;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner .hover .p2 {
 color: #FFFFFF;
    font-size: 2.375rem;
    line-height: 1.375;
    padding-top: 1rem;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
     position: relative;
}
.banner .hover .p2::after{
    content: '';
    position: absolute;
    top: 60%;
    width: 13rem;
    height: .2rem;
    background: #fff;
 
    
}
.banner .hover .pic2 .p2::after{
    display: none;
}
.banner .hover .text.pic2{
    width: 100%;
}
.banner .hover .text.pic2 .p1{
    color: #fff;
    background: rgba(0,0,0,.3);
    padding: 2rem;
   width: 70%;
}
.banner .hover .text.pic2 .p2{
    color: #fff;
    background: rgba(0,0,0,.3);
     padding: 2rem;
      width: 70%;
   
}


.banner .hover .text ul{
    display: flex;
    color: #fff;
    line-height: 1.25;
   
}
.banner .hover .text ul li{
    width: 50%;
}
.banner .hover .text ul p .sum{
    font-size: 6rem;
    font-family: 'Noto Sans SC';
    font-weight: 700;
}
.banner .hover .text ul p span{
    font-size: 2rem;
}
.banner .hover .text ul p{
    font-size: 1.875rem;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner .hover .text{
    letter-spacing: 1px;
    width: 50%;
}
.banner .hover .text ul p sup{
    top: -3.25rem;
    font-size: 2.875rem;
    font-weight: 600;
}


.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
  margin-top: 0;
  transform: translateY(-50%);
}
.banner .swiper-button-next img,
.banner .swiper-button-prev img {
  height: 2.25rem;
}
.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-next {
  right: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-prev {
  left: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .pa {
  position: absolute;
}
.banner .swiper-slide .image {
  height: 100vh;
  object-fit: cover;
}
.banner .lunbo-boxs {
  width: 18rem;
  height: 18rem;
  z-index: 2;
  top: 28%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 41%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background: rgba(243, 249, 255, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 .box2 {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 .box2 .box2-img {
  left: -0.3125rem;
  top: -0.225rem;
  bottom: -0.225rem;
  width: 50%;
}
.banner .lunbo-boxs .box1 .box2 .box2-img img {
  height: 100%;
  width: 100%;
}
.banner .lunbo-boxs .box1 .box2 .pp1 {
  color: #0081C4;
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 80% */
  width: 7rem;
  text-transform: uppercase;
  position: relative;
  left: -1rem;
  /*left: 2rem;*/
}
.banner .lunbo-boxs .box1 .box2 .pp1 sup {
  font-weight: 700;
  font-size: 2.5rem;
  position: absolute;
  right: -2.2rem;
  top: 49%;
}
.banner .lunbo-boxs .box1 .box2 .divs {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 250% */
  /*padding-left: 4rem;*/
  /*margin-top: 1rem;*/
}
.banner .lunbo-boxs .box1 .box2 .divs .xues {
  width: 2.125rem;
  height: 2.125rem;
  background: #D4EAFF;
  border-radius: 100%;
  top: -170%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .img4,
.banner .lunbo-boxs .img2 {
  display: none;
}
.banner .lunbo-boxs.active #wave {
  background: linear-gradient(180deg, #FF8D8D 0%, rgba(255, 141, 141, 0.64) 35.94%, rgba(255, 141, 141, 0) 100%);
}
.banner .lunbo-boxs.active .img1,
.banner .lunbo-boxs.active .img3 {
  display: none;
}
.banner .lunbo-boxs.active .img4,
.banner .lunbo-boxs.active .img2 {
  display: inline-block;
}
.banner .lunbo-boxs.active .box1 .box2 .divs .xues {
  background: #FFD4D4;
  padding: 0.4rem;
}
.banner .lunbo-boxs.active .box1 .box2 .pp1 {
  color: #D80000;
}
.banner .lunbo-boxs > img {
  animation: xzreverse 30s linear infinite;
  -webkit-animation: xzreverse 30s linear infinite;
}
.banner .bai-more a {
  border-radius: 0rem 1.875rem;
  border: 1px solid #FFF;
  background: #FFF;
  color: #5B8499;
}
.banner .lunbo-wenzi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.banner .lunbo-wenzi .le {
  width: 45%;
  height: 31.97788rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-wenzi .le .div1 {
  color: #FFF;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 126.667% */
  text-transform: uppercase;
}
.banner .lunbo-wenzi .le .div1 img {
  width: 3.75rem;
}
.banner .lunbo-wenzi .le .div2 {
  color: #FFF;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.banner .lunbo-wenzi .re {
  width: 40%;
}
.banner .lunbo-wenzi .le .div1 img {
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
}
.banner .lunbo-wenzi .re .lunbo-boxs .box1 .box2 .divs .xues img {
  animation: xzreverse 6s linear infinite;
  -webkit-animation: xzreverse 6s linear infinite;
}




@keyframes scrool1 {
  0% {
    top: 100%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: -0.5%;
  }
}
.banner #wave {
  position: absolute;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all 9500ms linear;
  background: linear-gradient(180deg, #9CCFFF 0%, rgba(176, 217, 255, 0.64) 35.94%, rgba(212, 234, 255, 0) 100%);
}
@keyframes slideInFromTop {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
@keyframes slideInFromBottom {
  from {
    top: 0%;
  }
  to {
    top: 98%;
  }
}
.banner #wave {
  position: absolute;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #9CCFFF 0%, rgba(176, 217, 255, 0.64) 35.94%, rgba(212, 234, 255, 0) 100%);
}
.banner .lunbo-boxs.aa .up {
  animation: slideInFromTop 9500ms linear forwards;
}
.banner .down {
  animation: slideInFromBottom 9500ms linear forwards;
}
.banner #wave.active {
  background: linear-gradient(to bottom, rgba(255, 141, 141, 0.64) 50%, rgba(176, 217, 255, 0.64) 50%);
}
.banner .lunbo-boxs .box1 .box2 .pp1.active {
  color: #D80000;
}
.more {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA7;
}
.more.gray {
  color: #7C7C7C;
}
.more.gray img {
  filter: brightness(0);
  opacity: 0.5;
}
.more:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.more img {
  margin-left: 0.625rem;
  height: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover {
  color: #1C5BA5;
}
.more:hover img {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #1C5BA7;
  padding: 4.375rem 0 1.5625rem;
}
footer .top ul {
  width: 100%;
}
footer .top ul li {
  flex: none;
}
footer .top ul li .text {
  max-width: 15rem;
}
footer .top .flex2 .lie{
    display: flex;
    flex-wrap: wrap;
}
footer .top .flex2 .lie a{
    width: 50%;
}
footer .top .flex2 li:nth-child(2){
    width: 20%;
}



footer .top .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
footer .top .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(222, 246, 255, 0.7);
}
footer .top .text:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .top .text:hover {
  color: #fff;
}
footer .bot {
  margin-top: 2.5rem;
}
footer .bot .name {
  padding-bottom: 0.375rem;
  position: relative;
  margin-bottom: 0.375rem;
}
footer .bot .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 1px;
  background: #fff;
}
footer .bot .text,
footer .bot .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .bot .ewm {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  max-width: 7rem;
}
footer .bot .ewm p {
  margin-top: 0.625rem;
}
footer .bot ul:nth-child(1) {
  width: 54%;
}
footer .bot ul:nth-child(1) li {
  flex: 1 0 0;
  padding-right: 3rem;
}
footer .bot ul:nth-child(2) {
  width: 46%;
}
.beian {
  background: #1C5BA7;
}
.beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beian .text .fenxiang {
  display: flex;
  align-items: center;
}
.beian .text ul {
  display: flex;
  align-items: center;
}
.beian .text ul li {
  width: auto;
  height: auto;
  margin-right: 0;
  border: none;
}
.beian .text ul li a {
  padding-left: 1rem;
  color: #fff !important;
  font-size: 1rem;
}
.beian .text ul li a:hover {
  background: transparent !important;
}
.fixright_li_last {
  display: none;
}
.alignc {
  align-items: center;
}
.more_a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #686868;
  display: flex;
  align-items: center;
}
.more_a .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #1C5BA7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  border: 1px solid #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a .iconfont {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover {
  color: #1C5BA7;
}
.more_a:hover div {
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div .iconfont {
  color: #1C5BA7;
}
.more_a.cf {
  color: #fff;
}
.more_a.cf div {
  border-color: #fff;
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a.cf div .iconfont {
  color: #fff;
}
.more_a.cf:hover div {
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .top .r a,
.index_four .top .r a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA7;
}
.index_one .top .r a .iconfont,
.index_four .top .r a .iconfont {
  color: #1C5BA7;
  font-size: 1.125rem;
}
.index_one {
  background: #fff;
}
.index_one .p100 {
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.index_one .margin .swiper-button-next {
  right: -3.4375rem;
  top: 40%;
}
.index_one .margin .swiper-button-prev {
  left: -3.4375rem;
  top: 40%;
}
.index_one .swiper-slide .img {
  transform: scale(0.7);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide:hover .name {
  color: #1C5BA7;
}
.index_one .swiper-slide .name {
  font-size: 1.5rem;
  line-height: 2.8125rem;
  color: #000000;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.index_one .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4375rem;
  height: 1px;
  background: #1C5BA7;
}
.index_one .swiper-slide .content {
  margin-top: 1.5625rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}
.number_ul li .num span {
  color: #191919;
  font-size: 2.5rem;
  font-weight: bolder;
}
.number_ul li .num sub {
  color: #191919;
  font-size: 1.5rem;
  bottom: auto;
  bottom: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
  font-weight: bolder;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
  left: 1.375rem;
}
.number_ul li .num i {
  color: #1C5BA7;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #5B5B5B;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
  text-transform: uppercase;
}
.index_two {
  background: #fff;
  z-index: 9;
}
.index_two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 124, 124, 0.05);
  z-index: -1;
}
.index_two .number_ul li .num {
  text-align: center;
}
.index_two .number_ul li {
  flex: 1 0 0;
  text-align: center;
}
.index_two .number_ul li > div {
  display: inline-block;
}
.index_two .font18 {
  margin: 1.375rem 0 1.875rem;
  text-align: justify;
}
.index_two .more {
  margin-top: 2.5rem;
}
.index_two .row {
  margin: 0 -1.5625rem;
}
.index_two .row > div {
  padding: 0 1.5625rem;
}
.index_two .row > div.left {
  margin-top: 2rem;
}
.index_two .row .right .padding {
  padding-top: 4.0625rem;
  position: relative;
  padding-right: 4.375rem;
  z-index: 98;
}
.index_two .row .right .padding::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 19.0625rem;
  height: 19.0625rem;
  background: #1C5BA7;
  z-index: -1;
}
.index_two .n {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  width: 120%;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.index_two .n li {
  padding: 2.5rem 1.875rem;
}
.index_two .n li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index_two .n .icon {
  margin-bottom: 0.625rem;
}
.index_two .n .icon img {
  height: 3.125rem;
}
.index_two .more {
  display: block;
  margin-top: 1.875rem;
}
.index_two > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.25rem;
  height: 100%;
}
.index_three {
  background: #fff;
  height: calc(100vh - 6.25rem);
  display: flex;
  align-items: center;
}
.index_three .content {
  margin-top: 1.25rem;
}
.index_three .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.index_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three ul {
  width: 29.875rem;
  margin-top: 1.875rem;
}
.index_three ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_three ul li:nth-child(1) .icon img{
        padding: .5rem;
}
.index_three ul li:last-child .icon img{
        padding: .6rem;
}
.index_three ul li:nth-child(4) .icon img{
        padding: .5rem;
}
.index_three ul li:nth-child(9) .icon img{
        padding: .6rem;
}
.index_three ul li:nth-child(2) .icon img{
        padding: .3rem;
}
.index_three ul li:nth-child(5) .icon img{
        padding: .3rem;
}
.index_three ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -moz-linear-gradient(0.3% 50% 0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -webkit-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -webkit-gradient(linear, 0.3% 50%, 89.61% 50%, color-stop(0, #1c5ba5), color-stop(1, rgba(28, 91, 165, 0)));
  background: -o-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -ms-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5', endColorstr='#1C5BA5' ,GradientType=0)";
  background: linear-gradient(90deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  opacity: 0.6;
  border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5', endColorstr='#1C5BA5', GradientType=1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_three ul li:hover,
.index_three ul li.active {
  border-radius: 0.625rem;
}
.index_three ul li:hover::before,
.index_three ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li:hover .icon img,
.index_three ul li.active .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li a {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.index_three ul li .icon img {
  height: 3.75rem;
}
.index_three ul li .name {
  width: calc(100% - 3.75rem);
  padding-left: 3.125rem;
  font-size: 1.375rem;
  line-height: 4.25rem;
  color: #FFFFFF;
  text-align: left;
}
.index_four {
  background: #fff;
}
.index_four .left .swiper-slide img {
  height: 19.6875rem;
  object-fit: cover;
}
.index_four .right .swiper-slide img {
  height: 14.6875rem;
  object-fit: cover;
}
.index_four .p100 {
  background: url(../img/6.png) no-repeat;
  background-size: cover;
}
.index_four .padding_right {
  padding-right: var(--container);
  overflow: hidden;
}
.index_four .hover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: var(--container);
  margin-top: 1.125rem;
}
.index_four .swiper-button-next,
.index_four .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: static;
  background: #1C5BA7;
  margin-top: 0;
  margin-left: 1.5625rem;
}
.index_four .swiper-button-next .iconfont,
.index_four .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 1rem;
}
.index_four .swiper-scrollbar {
  width: calc(100% - 3.75rem * 2 - 1.5625rem * 2);
  height: 1px;
  background: rgba(0, 79, 139, 0.2);
  opacity: 1 !important;
}
.index_four .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #1C5BA7;
  top: -1px;
}
.swiper_btn {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #1C5BA7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  display: block;
  color: #1C5BA7;
  font-weight: 600;
}
.swiper_btn:hover {
  background: #1C5BA7;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.margin .swiper-button-next {
  right: -6.25rem;
}
.margin .swiper-button-prev {
  left: -6.25rem;
}
.index_news {
  background: #F4F4F4;
  padding: 6.25rem 0 6.875rem;
}
.index_news .data {
  font-size: 1rem;
  line-height: 1rem;
  color: #7F7F7F;
  font-weight: 500;
}
.index_news .data .iconfont {
  font-size: 1rem;
}
.index_news .more {
  color: #7C7C7C;
}
.index_news .more img {
  filter: brightness(0);
  opacity: 0.5;
}
.index_news .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin: 0.5rem 0;
}
.index_news .font18 {
  color: #7C7C7C;
}
.index_news .bg {
  background: #1C5BA7;
}
.index_news .bg .data,
.index_news .bg .name,
.index_news .bg .font18 {
  color: #fff;
}
.index_news .bot {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.index_news .bot .left,
.index_news .bot .right {
  padding: 0 1.5625rem;
}
.index_news .bot .left .data {
  margin-top: 1.875rem;
}
.index_news .bot .left .over,
.index_news .bot .left .over img {
  border-radius: 0.625rem;
}
.index_news .bot .left .over img {
  height: 27.375rem;
  object-fit: cover;
}
.index_news .more:hover {
  color: #1C5BA7;
}
.index_news .more:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.index_news .bot .left:hover .name {
  color: #1C5BA7;
}
.index_news .bot .left:hover .over img {
  transform: scale(1.1);
}
.index_news .bot .left .name {
  margin: 0.5rem 0;
}
.index_news .bot .left .more_a {
  margin-top: 1.25rem;
}
.index_news .bot .right ul li {
  border-bottom: 1px solid #D5D5D5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li:hover,
.index_news .bot .right ul li.active {
  background: rgba(124, 124, 124, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li:hover .name,
.index_news .bot .right ul li.active .name {
  color: #1C5BA7;
}
.index_news .bot .right ul li:hover a,
.index_news .bot .right ul li.active a {
  background: rgba(124, 124, 124, 0.005);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li a {
  padding: 1.875rem 2.5rem 1.875rem 0;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li a .l {
  width: 8.125rem;
  padding-left: 1rem;
}
.index_news .bot .right ul li a .l div {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  color: #2D2D2D;
  padding-left: 0.625rem;
}
.index_news .bot .right ul li a .r {
  width: calc(100% - 8.125rem);
}
.index_news .bot .right ul li a .r .font18 {
  margin: 0.6875rem 0 1.125rem;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #1C5BA7;
}
.index_five {
  position: relative;
  z-index: 100;
}
.index_five .margin {
  margin-top: 2.1875rem;
}
.index_five .swiper-slide {
  border: 1px solid #D9D9D9;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
.index_five .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_five .swiper-slide .over img {
  max-height: 100%;
  padding: 1rem;
}
.index_five .swiper-slide:hover {
  border-color: #1C5BA7;
}
.index_five .swiper-slide:hover img {
  transform: scale(1.1);
}
.page_padding{
    padding-left: 25%;
}
.guide_page {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: #fff;
  overflow: hidden;
}
.guide_page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  max-width: none !important;
}
.guide_page .y_2,
.guide_page .y_3 {
  left: -55%;
}
.guide_page .y_4 {
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html,
body {
  width: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
body.hidden {
  overflow: hidden;
}
.bor20 {
  border-radius: 0.625rem;
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #1C5BA7;
}
.icon_vid::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.tj {
  text-align: justify;
}
.row30 {
  margin: 0 -1.875rem;
}
.row30 > div {
  padding: 0 1.875rem;
}
.row20 {
  margin: 0 -1.25rem;
}
.row20 > div {
  padding: 0 1.25rem;
}
.row24 {
  margin: 0 -1.5rem;
}
.row24 > div {
  padding: 0 1.5rem;
}
.list_join .left {
  margin-top: 1.875rem;
}
.bgf5 {
  background: rgba(124, 124, 124, 0.05);
}
.more_more {
  border: 1px solid #1C5BA7;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #1C5BA7;
  padding: 0 2.25rem;
  display: inline-block;
  position: relative;
  border-radius: 6.25rem;
  z-index: 5;
  color: #fff;
  background: #1C5BA7;
}
.more_more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  z-index: -1;
  opacity: 0;
  border-radius: 6.25rem;
}
.more_more:hover {
  color: #1C5BA7;
}
.more_more:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.more_more > div {
  display: flex;
  align-items: center;
}
.more_more .iconfont {
  font-weight: 600;
  font-size: 1rem;
  margin-left: 1rem;
}
.more_more.bgf {
  background: transparent;
  border-color: #1C5BA7;
  color: #fff;
  text-align: center;
  width: 11.25rem;
}
.more_more.bgf::before {
  background: #1C5BA7;
}
.more_more.bgf:not(:last-child) {
  margin-right: 1rem;
}
.more_more.bgf img {
  height: 0.875rem;
  margin-left: 0.625rem;
}
.list_join .bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  margin-top: 3.75rem;
}
.list_join .bot li {
  width: 20%;
  padding: 0 0.75rem;
}
.list_join .bot li > div {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.65rem 0.9375rem 1.25rem;
}
.list_join .bot li > div .icon img {
  height: 4.375rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .bot li > div .text {
  color: #7C7C7C;
  margin-top: 0.75rem;
}
.list_join .bot li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_ul > li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.join_ul > li:hover .top .left > div:nth-child(1) p {
  color: #1C5BA7;
}
.join_ul > li.active .top {
  border-color: #1C5BA7;
}
.join_ul > li.active .bot {
  display: block;
}
.join_ul > li.active .top .left > div:nth-child(1) p {
  color: #1C5BA7;
}
.join_ul > li.active .top .right {
  color: #1C5BA7;
  border-left-color: #1C5BA7;
}
.join_ul > li .top {
  display: flex;
  border: 1px solid #D5D5D5;
  cursor: pointer;
}
.join_ul > li .top .left {
  width: calc(100% - 12rem);
  padding: 1.875rem;
}
.join_ul > li .top .left > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.join_ul > li .top .left > div:nth-child(1) p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  min-width: 20%;
}
.join_ul > li .top .left > div:nth-child(1) div {
  font-size: 1rem;
  color: #7C7C7C;
  margin-left: 4.375rem;
}
.join_ul > li .top .left .list {
  display: flex;
  flex-wrap: wrap;
  color: #7C7C7C;
}
.join_ul > li .top .left .list > div {
  width: 26%;
}
.join_ul > li .top .right {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  border-left: 1px solid #D5D5D5;
}
.join_ul > li .bot {
  display: none;
  padding: 2.375rem 1.875rem;
  border: 1px solid #1C5BA7;
  border-top: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.join_ul > li .bot strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #282828;
  display: block;
  margin-bottom: 0.25rem;
}
.join_ul > li .bot .more .iconfont {
  font-weight: 600;
}
.join_ul > li {
  background: #fff;
}
.foot-fot {
  background: #1C5BA7;
}
.list_news .ul li {
  position: relative;
  padding: 2.75rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .left img {
  transform: scale(1.1);
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .name {
  color: #1C5BA7;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}
.list_news .ul li .left {
  padding-right: 0;
}
.list_news .ul li .left img {
  height: 20rem;
  object-fit: cover;
}
.list_news .ul li .right {
  padding-left: 2.8125rem;
}
.list_news .ul li .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 0.375rem;
}
.list_news .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
}
.list_news .ul li .text {
  margin: 0.75rem 0 1.5625rem;
}
.show_detail {
  padding-top: 6.25rem;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}
.show_detail .text {
  color: #898989;
  text-align: justify;
}
.show_detail .left .desc {
  background: rgba(124, 124, 124, 0.05);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 2.1875rem;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  padding: 0.75rem 0 1.5625rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #E8E8E8;
}
.show_detail .left .data > p {
  margin-right: 2.5rem;
}
.show_detail .left .data > div {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_detail .left .data > div ul {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div ul li {
  margin-right: 0.625rem;
}
.show_detail .left .data > div ul li .iconfont {
  font-size: 1.125rem;
}
.show_detail .left .data > div ul li a {
  border: none;
  color: #9B9B9B;
  font-size: 1.125rem;
  margin: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.show_detail .left .data > div ul li a:hover {
  background: transparent;
}
.show_detail .left .data > div ul li:hover a {
  color: #1C5BA7;
}
.show_detail .left .more {
  background: #1C5BA7;
  color: #fff;
}
.show_detail .left .more::before {
  background: #fff;
}
.show_detail .left .more:hover {
  color: #1C5BA7;
}
.show_detail .left > div {
  background: #FFFFFF;
  padding: 0 0 5rem;
  border-radius: 0.625rem;
}
.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}
.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}
.show_detail .left .shangxia a {
  width: 80%;
}
.show_detail .left .shangxia .left2 .flex2 {
  justify-content: flex-start;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 {
  justify-content: flex-end;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 p {
  order: 2;
}
.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_detail .left .shangxia a:hover {
  color: #1C5BA7;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}
.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}
.show_detail .right .top .ul .list:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
.show_detail .right .top .ul .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_detail .right .top .ul .list:hover a {
  color: #1C5BA7;
}
.show_detail .right .top .ul .list a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: #1C5BA7 !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: #1C5BA7;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}

@media (max-width: 1600px) {
    .banner .hover .text.pic2 .p1{
        width: 80%;
    }
       .banner .hover .text.pic2 .p2{
        width: 80%;
    }
}


@media (max-width: 1280px){
    .banner .hover .text{
        width: 60%;
    }
    .banner .hover .text.pic2{
        width: 100%;
    }
    .banner .lunbo-boxs{
        right: 30%;
        top: 27%;
    }
        .banner .hover .text.pic2 .p1{
        width: 100%;
    }
       .banner .hover .text.pic2 .p2{
        width: 100%;
    }
    .list_kehu .kehu_main .kh_tb .col-md-2{
            flex: 0 0 20%;
    max-width: 20%;
    }
}



@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }
  .show_detail .right {
    padding-left: 15px;
  }
  .banner .hover .p2{
      font-size: 2rem;
  }
  .page_padding{
      padding-left: 0;
  }
  .phone.noLanuage .center a img{
      max-width: 16rem;
  }
  .list_kehu .kehu_main .kh_tb{
      width: 100%;
  }
  .banner .hover{
      left: 0;
  }
  .list_kehu .kehu_main .kh_tb .col-md-2{
      flex: 0 0 25%;
        max-width: 25%;
  }
  .list_kehu .kehu_main .kh_tb .col-md-2 div{
      padding: .5rem;
  }

  .banner .hover{
      top: 35%;
  }
  .banner .hover .text ul p .sum{
      font-size: 4rem;
  }
  .banner .hover .text ul p sup{
      top: -2.5rem;
      font-size: 2rem;
  }.banner .hover .text ul p{
      font-size: 1.5rem;
  }.banner .hover .text ul{
      width: 80%;
    margin-top: 1rem;
  }
  .banner .hover .text ul li{
      text-align: center;
  }
  .banner .hover .p2::after{
      width: 7rem;
  }
  .banner .lunbo-boxs{
     right: 15%;
        top: 18%;
  }
}
@media (max-width: 767px) {
  .show_detail {
    padding: 30px 0;
  }
  .show_detail .right {
    display: none;
  }
  .banner .hover .text{
      width: 100%;
  }
  .show_detail .left {
    padding-right: 15px;
  }
  .show_detail .left > div {
    padding-bottom: 30px;
  }
  .show_detail .left .shangxia {
    margin-top: 30px;
  }
  .show_pro_three .bj{
      display: none;
  }
  .show_detail .left .shangxia .tr {
    text-align: left;
  }
  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .list_kehu .kehu_main .kh_tb .col-md-2 div{
      padding: 5px;
  }
  .list_kehu .kehu_main .part{
      margin-bottom: 1rem
      
  }
  .list_kehu .kehu_main .part .title{
      margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
  .list_kehu .kehu_main .kh_tb .col-md-2{
       flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
  }
  .banner .hover .p2{
      font-size: 1.375rem;
  }
  .lunbo .lunbo-boxs{
      width: 15rem;
      height: 15rem;
      top: 18%;
    left: 35%;
  }
  .banner .hover .text ul{
      max-width: 280px;
  }
  .lunbo .lunbo-boxs .box1 .box2 .pp1{
      font-size: 1.5rem;
  }
  .banner .lunbo-boxs .box1 .box2 .pp1 sup{
      right: -1rem;
      font-size: 1.5rem;
  }
  .banner .lunbo-boxs .box1 .box2 .divs .xues{
      width: 20px;
      height: 20px;
  }
  .banner .lunbo-boxs .box1 .box2 .divs{
      width: 150%;
      /*padding-left: 3rem;*/
  }
  .banner .hover .p2::after{
      width: 4rem;
        height: .1rem;
  }
  .banner .hover .text ul p .sum{
      font-size: 2.375rem;
  }
  .banner .hover .text ul p{
      font-size: 1rem;
  }
  .banner .hover .text ul p sup{
      top: -1.8rem;
        font-size: 1.125rem;
  }
  .banner .hover .p2::after{
      
  }
  
  
  
  
  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p {
    order: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p .phone_show_767 {
    display: inline;
  }
  .show_detail .left .shangxia .tr .flex2 {
    justify-content: flex-start;
  }
  .show_detail .left .data {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .show_detail .left .desc {
    margin-bottom: 20px;
  }
}
.list_contact ul {
  margin-top: 2.1875rem;
  margin-bottom: 3.4375rem;
}
.list_contact ul .ewm{
    max-width: 8rem;
    margin: 0 auto;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0.5rem 0.875rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div {
  border: 1px solid #D5D5D5;
  border-radius: 0.625rem;
  padding: 1.875rem 3.125rem;
  height: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .icon img {
  height: 5rem;
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  margin: 0.875rem 0 0.5rem;
}
.list_contact ul li > div .text {
  color: #7C7C7C;
}
.MicrosoftMap .Infobox .infobox-info {
  padding-top: 0 !important;
}
.list_hzsq input::placeholder,
.list_hzsq textarea::placeholder {
  color: rgba(170, 170, 170, 0.6);
}
.list_hzsq input,
.list_hzsq select {
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #898989;
  display: block;
  font-weight: 500;
}
.list_hzsq input.bor,
.list_hzsq select.bor {
  border: 1px solid #E2E2E2;
}
.list_hzsq input.bor:focus,
.list_hzsq select.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}
.list_hzsq textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 1rem;
  font-size: 1rem;
  color: #898989;
  height: 7.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
}
.list_hzsq textarea.bor {
  border: 1px solid #E2E2E2;
}
.list_hzsq textarea.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}
.list_hzsq .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3A3A3A;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.list_hzsq .name span {
  color: #D90000;
}
.list_hzsq .more {
  border-radius: 0.25rem;
  background: #1C5BA7;
  color: #fff;
  padding: 0 3.4375rem;
}
.list_hzsq .more .iconfont {
  font-weight: 600;
}
.list_hzsq .more::before {
  background: #fff;
  border-radius: 0.25rem;
}
.list_hzsq .more:hover {
  color: #1C5BA7;
}
.list_hzsq .more_more {
  width: 9.375rem;
  padding: 0;
  border-radius: 0.625rem;
}
.list_hzsq .more_more::before {
  border-radius: 0.625rem;
}
.list_hzsq .more_more:nth-child(1) {
  margin-right: 0.875rem;
}
.list_hzsq .more_more:nth-child(2) {
  margin-left: 0.875rem;
  background: #E2E2E2;
  color: #5B5B5B;
  border-color: #E2E2E2;
}
.list_hzsq .bot .name_t {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3A3A3A;
}
.list_yxwl .img {
  padding: 1.5625rem 6.25rem 0;
}
.list_yxwl .sjdt{
    margin-top: 2rem;
}
.list_yxwl ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_yxwl ul li {
  position: absolute;
}
.list_yxwl ul li.dian1 {
  top: 31.75%;
  right: 26.5%;
}
.list_yxwl ul li.dian2 {
  top: 17%;
  right: 22%;
}
.list_yxwl ul li.dian3 {
  top: 24%;
  right: 23.5%;
}
.list_yxwl ul li.dian4 {
  top: 43.75%;
  right: 41.5%;
}
.list_yxwl ul li.dian5 {
    bottom: 11.5%;
    left: 61%;
}
.list_yxwl ul li.dian6 {
  top: 59.75%;
  left: 71.5%;
}
.list_yxwl ul li.dian7 {
  top: 32.75%;
  left: 61.5%;
}
.list_yxwl ul li.dian8 {
  top: 58.75%;
  left: 64%;
}
.list_yxwl ul li.dian9 {
  top: 54.75%;
  left: 67.5%;
}
.list_yxwl ul li.dian10 {
  top: 38.75%;
  right: 32.5%;
}
.list_yxwl ul li.dian11 {
  top: 51.75%;
  right: 45.5%;
}
.list_yxwl ul li.dian12 {
     top: 41%;
    right: 36.5%;
}
.list_yxwl ul li.dian13 {
    top: 66%;
    left: 69%;
}
.list_yxwl ul li.dian14 {
    bottom: 20%;
    left: 66%;
}
.list_yxwl ul li.dian15 {
 bottom: 23%;
    left: 61.5%;
}
.list_yxwl ul li.dian16 {
 top: 46%;
    left: 64%;
}
.list_yxwl ul li.dian17 {
top: 54.5%;
    left: 57.5%;
}
.list_yxwl ul li.dian18 {
top: 61%;
    left: 55%;
}
.list_yxwl ul li.dian19 {
top: 70%;
    left: 55%;
}
.list_yxwl ul li.dian20 {
bottom: -1%;
    left: 51.5%;
}
.list_yxwl ul li.dian21 {
top: 65%;
    right: 48%;
}
.list_yxwl ul li.dian22 {
    top: 62%;
    right: 57%;
}
.list_yxwl ul li.dian23 {
   top: 72%;
    right: 49%;
}
.list_yxwl ul li.dian24 {
  top: 78.5%;
    right: 60%;
}
.list_yxwl ul li.dian25 {
    top: 40%;
    right: 58.5%;
}
.list_yxwl ul li.dian26 {
top: 46%;
    right: 65%;
}
.list_yxwl ul li.dian27 {
top: 32%;
    right: 41.5%;
}
.list_yxwl ul li.dian28 {
top: 44%;
   right: 47.5%;
}
.list_yxwl ul li.dian29 {
top: 59%;
    right: 75%;
}
.list_yxwl ul li.dian30 {
bottom: 12%;
    left: 46%;
}
.list_yxwl ul li.dian31 {
top: 30%;
    right: 80%;
}
.list_yxwl ul li.dian32 {
bottom: 8%;
    left: 55%;
}
.list_yxwl ul li.dian33 {
bottom: 5%;
    left: 50%;
}
.list_yxwl ul li.dian34 {
bottom: 12%;
    left: 71.5%;
}

.list_yxwl ul li.dian50 {
top: 35%;
    left: 71.5%;
}
.list_yxwl ul li.dian51 {
top: 52%;
    left: 51%;
}
.list_yxwl ul li.dian52 {
top: 30%;
    left: 15%;
}
.list_yxwl ul li.dian53 {
left: 28%;
    bottom: 25%;
}
.list_yxwl ul li.dian54 {
top: 33%;
    left: 50%;
}
.list_yxwl ul li.dian55 {
bottom: 20%;
    right: 15%;
}






.list_yxwl ul li div {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(28, 91, 167, 0.3);
  margin: 0 auto;
  animation: fangda 2s infinite;
  position: relative;
}
.list_yxwl ul li div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #1C5BA7;
  opacity: 0.8;
}
@keyframes fangda {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.list_yxwl ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_solution .swiper_pag {
  position: relative;
}
.list_solution .swiper-container {
  margin-top: 1.875rem;
}
.list_solution .swiper-container .swiper-slide .over,
.list_solution .swiper-container .swiper-slide .over img {
  border-radius: 1.25rem;
}
.list_solution .swiper-container .swiper-slide .over img {
  width: 100%;
}
.squer_pro {
  padding: 0.5rem 1.25rem 0;
}
.squer_pro .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.25rem 0 0.5rem;
}
.squer_pro .over {
  position: relative;
}
.squer_pro .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  border: 1px solid #F6F6F6;
}
.squer_pro .over img {
  height: 20rem;
  object-fit: contain;
  object-position: center;
}
.squer_pro .over,
.squer_pro .over img {
  border-radius: 0.625rem;
}
.squer_pro .text {
  color: #7C7C7C;
  margin-bottom: 1.25rem;
}
.squer_pro .over {
  background: #fff;
  padding: 1.875rem 0.625rem;
}
.squer_pro:hover .over img {
  transform: scale(1.1);
}
.squer_pro:hover .over {
  background: transparent;
}
.squer_pro:hover .over::before {
  border-color: #1C5BA7;
}
.squer_pro:hover .name {
  color: #1C5BA7;
}
.squer_pro:hover .over {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squer_pro .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_pro_swiper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 2.5rem;
}
.about_pro_swiper .swiper_btn {
  margin-top: -6rem;
}
.list_case .ul > li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #BDBDBD;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}
.list_case .ul > li:hover {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .ul > li:hover .right .name {
  color: #1C5BA7;
}
.list_case .ul > li:hover .left .over img {
  transform: scale(1.1);
}
.list_case .ul > li:nth-child(even) .left {
  order: 2;
}
.list_case .ul > li:nth-child(even) .right {
  order: 1;
}
.list_case .ul > li.active .left::before,
.list_case .ul > li.active .left::after {
  left: 100%;
}
.list_case .ul > li .left {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.list_case .ul > li .left::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}
.list_case .ul > li .left::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}
.list_case .ul > li .left::before,
.list_case .ul > li .left::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.list_case .ul > li .right {
  padding-left: 3.125rem;
}
.list_case .swiper-button-next {
  right: 2.5rem;
}
.list_case .swiper-button-prev {
  left: 2.5rem;
}
.list_case .swiper_btn {
  border-color: #fff;
}
.list_case .swiper_btn .iconfont {
  color: #fff;
}
.list_case .right {
  padding-right: 3.75rem;
  display: flex;
  align-items: center;
}
.list_case .right .name {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  color: #000000;
}
.list_case .right ul {
  margin-top: 1.125rem;
}
.list_case .right ul li div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA5;
  position: relative;
  padding-left: 1.5rem;
}
.list_case .right ul li div::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/sign.svg) no-repeat;
  background-size: contain;
}
.list_case .right ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
  padding-left: 1.5rem;
}
.list_about .text {
  text-align: justify;
}
.list_about .left .flex {
  justify-content: flex-start;
  margin-top: 5.625rem;
}
.list_about .left .flex > div {
  position: static;
  margin-top: 0;
}
.list_about .left .flex .swiper_pag {
  width: auto;
  text-align: center;
  font-size: 1.125rem;
  color: #7C7C7C;
  min-width: 6rem;
}
.list_about .left .number_ul {
  margin-top: 2.1875rem;
  border-top: 1px solid #D9D9D9;
  display: block;
}
.list_about .left .number_ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.list_about .left .number_ul li .text {
  margin-top: 0.625rem;
}
.list_about .right {
  padding-left: 3.75rem;
}
.list_about .right .swiper-container {
  margin-top: 2.5rem;
}
.list_about .right .font18 {
  padding-right: var(--container);
}
.list_about_two {
  background: url(../img/12.png) no-repeat;
  padding: 7.1875rem 0 14.375rem;
  background-size: cover;
  background-attachment: fixed;
}
.list_about_two ul {
  margin-top: 4.375rem;
}
.list_about_two ul li > div {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
  height: 100%;
}
.list_about_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .icon img {
  height: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .name {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FFFFFF;
  margin: 1.25rem 0 1rem;
}
.list_about_two ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  padding: 0 0.5rem;
}
.list_about_three .hover {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
}
#a3{
    margin-top: -5rem;
    padding-top: 5rem;
}
.list_about_three .hover .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin: 1.25rem 0 1.875rem;
}
.list_about_three .hover .text {
  color: #2E59A6;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5rem;
  line-height: 2.5rem;
}
.list_history {
  background: url(../img/18.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 10rem;
}
.list_history .swiper_top {
  margin: 4rem 8.125rem 5.6rem;
}
.list_history .swiper_top .swiper-slide .left {
  color: #1C5BA7;
  text-align: right;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2rem;
  text-transform: uppercase;
}
.list_history .swiper_top .swiper-slide .right {
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  text-align: justify;
}
.list_history .swiper-button-next {
  right: -3.125rem;
}
.list_history .swiper-button-prev {
  left: -3.125rem;
}
.list_history .btn_bor {
  bottom: 4.5rem;
  margin-top: 0;
  z-index: 989;
  top: auto;
}
.list_history .btn_bor .iconfont {
  font-size: 1rem;
}
.list_history .swiper_bot {
  padding-top: 0;
}
.list_history .swiper_bot::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #1C5BA7;
}
.list_history .swiper_bot .swiper-slide {
  padding-top: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 8.125rem;
}
.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active .year {
  color: #1C5BA7;
}
.list_history .swiper_bot .swiper-slide {
  cursor: pointer;
}
.list_history .swiper_bot .swiper-slide .year {
  color: #010101;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.0325rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.list_history .swiper_bot .swiper-slide .year::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid #1C5BA7;
  background: #fff;
  border-radius: 50%;
}
.list_history .swiper_btn {
  top: auto;
  margin-top: 0;
  bottom: 4.25rem;
  background: #1C5BA7;
}
.list_history .swiper_btn .iconfont {
  color: #fff;
}
.list_history .swiper-slide .font18 {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.list_honor .ul li {
  margin-bottom: 1.875rem;
}
.list_honor .ul li a {
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.list_tech form input,
.list_product form input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DADCDE;
  border-radius: 5rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
}
.list_tech form button,
.list_product form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 5rem;
  background: transparent;
  border: none;
  text-align: center;
  line-height: 3.75rem;
}
.list_tech form button .iconfont,
.list_product form button .iconfont {
  font-size: 1.25rem;
  color: #1C5BA7;
}
.list_tech .left > div {
  height: 100%;
  padding: 0 3rem;
}
.list_tech .left > div ul {
  margin-top: 1.875rem;
  padding: 0 1.5rem;
}
.list_tech .left > div ul li a {
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #606060;
  font-weight: normal;
}
.list_tech .left > div ul li a .iconfont {
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  display: inline-block;
}
.list_tech .left > div ul li:hover a,
.list_tech .left > div ul li.active a {
  color: #1C5BA7;
}
.list_tech .left > div ul li:hover a .iconfont,
.list_tech .left > div ul li.active a .iconfont {
  transform: translateX(1.875rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.list_tech .right {
  padding-left: 3.125rem;
}
.list_tech .right .ul li:hover .name {
  color: #1C5BA7;
}
.list_tech .right .ul li:hover .over img {
  transform: scale(1.1);
}
.list_tech .name {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_tech .ul li {
  margin-bottom: 2.5rem;
}
.list_tech .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .top {
  padding: 3.375rem 0 2.5rem;
}
.list_product .top .name {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #1C5BA5;
}
.list_product .top .shaixuan {
  margin-top: 1.875rem;
}
.list_product .top .shaixuan .col-md-2{
        max-width: 20%;
    flex: 0 0 20%;
}

.list_product .top .shaixuan li.active a div:nth-child(1) {
  background-color: #1C5BA7;
  border-color: #1C5BA7;
}
.list_product .top .shaixuan li.active a div:nth-child(1)::before {
  opacity: 1;
}
.list_product .top .shaixuan li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  color: #7C7C7C;
}
.list_product .top .shaixuan li a div:nth-child(1) {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #7C7C7C;
  border-radius: 0.1875rem;
  position: relative;
}
.list_product .top .shaixuan li a div:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(../img/dg.svg) no-repeat;
  background-size: 90% 90%;
  background-position: center center;
  opacity: 0;
}
.list_product .top .shaixuan li a div:nth-child(3) {
  width: calc(100% - 2.8125rem - 0.75rem - 3rem);
}
.list_product .top .shaixuan li a img {
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 1.5rem;
}
.channle_pro .name {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.channle_pro ul {
  border-top: 0.1875rem solid #1C5BA7;
}
.channle_pro ul li {
  padding: 1.125rem 3rem;
  border-bottom: 1px solid #CECECE;
}
.channel_pro_two .name {
  font-size: 1.625rem;
  color: #212121;
  line-height: 2.5rem;
  margin: 1.875rem 0 2.1875rem;
}
.channel_pro_two .name span {
  color: #1C5BA5;
  font-size: 1.875rem;
}
.channel_pro_two .swiper-slide {
  text-align: center;
  padding: 1.5rem 2.1875rem 0.75rem;
  border-right: 1px solid #D9D9D9;
  height: auto;
}
.channel_pro_two .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_two .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_two .swiper-slide:first-child {
  border-left: 1px solid #D9D9D9;
}
.channel_pro_two .text {
  text-align: justify;
  text-align-last: center;
}
.channel_pro_two .icon {
  margin-bottom: 1.125rem;
  text-align: center;
}
.channel_pro_two .icon img {
  height: 3.75rem;
}
.channel_pro_three ul {
  margin-top: 2.75rem;
}
.channel_pro_three ul .text {
  margin-top: 1rem;
}
.channel_pro_five ul {
  margin-top: 1.875rem;
}
.channel_pro_five ul li {
  margin-bottom: 3.125rem;
}
.channel_pro_five ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.125rem 0 0.3125rem;
}
.channel_pro_five ul li .over,
.channel_pro_five ul li .over img {
  border-radius: 1.25rem;
}
.channel_pro_five ul li:hover .over img {
  transform: scale(1.1);
}
.show_product {
  background: url(../img/24.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.show_product .bot .left {
  padding-top: 3rem;
}
.show_product > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(26px);
}
.show_product .swiper-button-white {
  background-size: 1.25rem 1.25rem;
}
.show_product .swiper-button-prev {
  left: 1.25rem;
}
.show_product .swiper-button-next {
  right: 1.25rem;
}
.show_product .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 6.25rem;
  left: 0;
  z-index: 999;
  width: 100%;
  line-height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top.active {
  background: #ffffff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.show_product .top.active .left ul li {
  color: #8E8E8E;
}
.show_product .top.active .left ul li a {
  color: #8E8E8E;
}
.show_product .top.active .bread {
  color: #8E8E8E;
  border-bottom: none;
}
.show_product .top.active .bread a {
  color: #8E8E8E;
}
.show_product .top .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.show_product .top .left ul li {
  font-size: 1rem;
  padding: 0 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
}
.show_product .top .left ul li a {
  color: #fff;
}
.show_product .top .left ul li .div {
  position: relative;
}
.show_product .top .left ul li .div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .left ul li:hover a,
.show_product .top .left ul li.active a {
  color: #1C5BA7;
}
.show_product .top .left ul li:hover .div::before,
.show_product .top .left ul li.active .div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .bread {
  color: #fff;
}
.show_product .top .bread a {
  color: #fff;
}
.show_product .bot {
  padding: 13.125rem 0 8.75rem;
}
.show_product .bot .left {
  padding-right: 5rem;
}
.show_product .bot .right {
  padding-left: 5rem;
}
.show_product .bot .right .margin {
  background: rgba(251, 252, 253, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.281);
  border-radius: 0.625rem;
  padding: 2rem 1rem;
}
.show_product .bot .xinghao {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.show_product .bot .xinghao span{
        font-size: 1.625rem;
    font-weight: 700;
}
.show_product .bot .flex2 {
  justify-content: flex-start;
}
.show_product .bot .lx_wz{
    margin-top: 2rem;
}

.show_product .bot .lx_wz p{
    color: #fff;
    line-height: 2;
}
.show_product .bot .lx_wz p.bt{
    font-size: 1.375rem;
}
.show_product .bot .lx_wz p.font18{
    margin: 0;
}
.show_pro_four{
    display: none;
}


.show_product .bot .font18 {
  color: #FFFFFF;
  margin: 1.5625rem 0 2.8125rem;
  text-align: justify;
}
.show_product .bot .more {
  width: 11.25rem;
  padding: 0;
  border: 2px solid #1C5BA7;
  text-align: center;
  color: #fff;
}
.show_product .bot .more:nth-child(1) {
  margin-right: 1.375rem;
}
.show_pro_three .top .r {
  display: flex;
  justify-content: flex-end;
}
.show_pro_three .top .r ul {
  display: flex;
  align-items: center;
}
.show_pro_three .top .r ul li div {
  width: 8.5rem;
  background: rgba(124, 124, 124, 0.05);
  color: #666666;
  line-height: 3.4375rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.show_pro_three .top .r ul li.active div,
.show_pro_three .top .r ul li:hover div {
  background: #1C5BA7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.show_pro_three .top .r ul li:not(:last-child) {
  margin-right: 0.875rem;
}
.show_pro_four .swiper-container {
  margin-top: 1.875rem;
}
.show_pro_four .name {
  font-size: 1.625rem;
  margin-top: 1rem;
  line-height: 2.5rem;
  color: #494949;
}
.show_pro_three .sum {
  margin-top: 1.875rem;
  background: url(../);
}
.show_pro_three .sum .table-responsive{
    width: 50%;
}
.show_pro_three .sum .table-responsive.width60{
    width: 60%;
}
.show_pro_three .sum .table-responsive.width60 table td{
    padding: 1rem!important;
}
.show_pro_three .sum > div {
  display: none;
}
.show_pro_three .sum > div.active {
  display: block;
}
.show_pro_three .text strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #111111;
}
.show_pro_three .name {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 1.125rem;
}
.show_pro_three table td {
  line-height: 1.125rem;
  padding: 0.9375rem 2rem;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  font-size: 1rem;
  color: #5E5E5E;
  text-align: center;
}
.show_pro_three table td:nth-child(1) {
  text-align: left;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_cpsc > div {
  display: flex;
  padding: 1.125rem 1.75rem;
  border-radius: 0.625rem;
  align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.144);
}
.list_cpsc > div p {
  width: calc(100% - 10rem);
  padding-left: 2rem;
  font-size: 1.125rem;
}
.list_cpsc > div a {
  display: flex !important;
  position: static !important;
  width: 8.75rem !important;
  align-items: center;
}
.list_cpsc > div a svg {
  height: 1.25rem;
}
.list_cpsc > div a:hover {
  color: #1C5BA7;
}
.list_cpsc > div a:hover svg path {
  fill: #1C5BA7;
}
.guide_page_by {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.zd_erha {
  position: fixed;
  right: .5%;
  bottom: 12%;
  z-index: 999;
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.375rem;
}
.zd_erha .dtasxz a.cpdb {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 1em;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
.zd_erha .dtasxz .szt {
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2);
}
.zd_erha .dtasxz .szt b {
  display: block;
  color: #0056FE;
  font-size: 0.875rem;
  font-weight: 700;
}
.zd_erha .aat_list {
  background: #1C5BA7;
  /*border: 1px solid #E9E9E9;*/
  width: 4.625rem;
  border-radius: .5rem;
  padding: 0.25rem 0 .125rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
  .show_pro_three .sum .table-responsive{
      width: 100%;
  }
  .show_pro_three table td{
      padding: .6rem 1rem!important;
  }
  .show_pro_three .sum .table-responsive.width60{
      width: 100%;
  }
}
.zd_erha .aat_list li {
  position: relative;
  border-bottom: 1px solid #0d407d;
}
.zd_erha .aat_list li:last-child{
    border-bottom: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zd_erha .aat_list li:nth-child(1) > a i img{
    height: 1.5rem;
}
.zd_erha .aat_list li > a i img {
  height: 1.8rem;
   filter: brightness(0) invert(1);
   margin: .25rem 0;
  
}
.zd_erha .aat_list li > a p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 8.5rem;
  padding: 1rem;
  background: #337fda;
}
.zd_erha .aat_list li .erghgsb p{
    font-size: .875rem;
    color: #fff;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
